home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / gyroball.swf / scripts / frame_8 / PlaceObject2_71_163 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2007-03-22  |  225 b   |  10 lines

  1. onClipEvent(enterFrame){
  2.    if(hit.hitTest(_root.Ball._x,_root.Ball._y,true) && !_root.levelDone)
  3.    {
  4.       _root.platten();
  5.       _root.ball._visible = 0;
  6.       _root.ball.gotoAndPlay("done");
  7.       play();
  8.    }
  9. }
  10.